Vcenter FoundationLoadBalancers PlacementSpec
Vcenter FoundationLoadBalancers PlacementSpec schema defines the location information of the load balancer node(s).
This schema was added in vSphere API 9.0.0.0.
{
"cluster": "string",
"res_pool": "string",
"storage_policy": "string",
"folder": "string"
}
Cluster where the load balancer node(s) should be placed.
This property was added in vSphere API 9.0.0.0.
This field is currently required, alternative configuration may be supported in the future, if this property is missing or null
, it may indicate support for cross-cluster functionality.
When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: ClusterComputeResource
. When operations return a value of this schema as a response, the property will be an identifier for the resource type: ClusterComputeResource
.
Resource pool where the load balancer node(s) should be placed.
This property was added in vSphere API 9.0.0.0.
In the future, if this property is missing or null
, the system will attempt to choose a suitable resource pool for the load balancer node(s), if a resource pool can't be chosen, the load balancer node(s) creation operation will fail.
When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: ResourcePool
. When operations return a value of this schema as a response, the property will be an identifier for the resource type: ResourcePool
.
Identifier of the storage policy which should be associated with the load balancer node(s).
This property was added in vSphere API 9.0.0.0.
This field is required for now, In the future, if this property is missing or null
, it means customer specify datastore directly.
When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: com.vmware.vcenter.StoragePolicy
. When operations return a value of this schema as a response, the property will be an identifier for the resource type: com.vmware.vcenter.StoragePolicy
.
The folder where load balancer node(s) should be placed.
This property was added in vSphere API 9.0.0.0.
If this property is missing or null
, the load balancer node(s) will stay in the current folder.
When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: Folder
. When operations return a value of this schema as a response, the property will be an identifier for the resource type: Folder
.